ASoC: BCM:Add support for HiFiBerry Digi. Driver is based on the patched WM8804 driver.
authorDaniel Matuschek <info@crazy-audio.com>
Wed, 15 Jan 2014 20:42:08 +0000 (21:42 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:28:19 +0000 (17:28 +0000)
commita5591cce5d7cebeca98650b6989f66ac82567d30
tree387ad9f4b9de6cc43b6fc40a9d07444c81713e9b
parentace9e4e07c3bf0e861177334f991bfc4aaacbde9
ASoC: BCM:Add support for HiFiBerry Digi. Driver is based on the patched WM8804 driver.

Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
Add a parameter to turn off SPDIF output if no audio is playing

This patch adds the paramater auto_shutdown_output to the kernel module.
Default behaviour of the module is the same, but when auto_shutdown_output
is set to 1, the SPDIF oputput will shutdown if no stream is playing.

bugfix for 32kHz sample rate, was missing

HiFiBerry Digi: set SPDIF status bits for sample rate

The HiFiBerry Digi driver did not signal the sample rate in the SPDIF status bits.
While this is optional, some DACs and receivers do not accept this signal. This patch
adds the sample rate bits in the SPDIF status block.

Added HiFiBerry Digi+ Pro driver

Signed-off-by: Daniel Matuschek <daniel@hifiberry.com>
sound/soc/bcm/Kconfig
sound/soc/bcm/Makefile
sound/soc/bcm/hifiberry_digi.c [new file with mode: 0644]